home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
Buch
/
Monster5.dfm
/
Monster5.txt
Wrap
Text File
|
1999-01-20
|
2KB
|
105 lines
object Form1: TForm1
Left = 239
Top = 115
Width = 460
Height = 300
Caption = 'MonsterShow'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object Button1: TButton
Left = 256
Top = 176
Width = 169
Height = 65
Caption = 'Erscheinen'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object GroupBox2: TGroupBox
Left = 229
Top = 16
Width = 210
Height = 137
Caption = 'Info'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
object Label1: TLabel
Left = 15
Top = 37
Width = 180
Height = 30
AutoSize = False
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 15
Top = 69
Width = 180
Height = 30
AutoSize = False
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 15
Top = 101
Width = 180
Height = 30
AutoSize = False
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
end
object GroupBox1: TGroupBox
Left = 13
Top = 16
Width = 210
Height = 233
Caption = 'Bild'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
object Image1: TImage
Left = 5
Top = 25
Width = 200
Height = 200
Stretch = True
end
end
end